spring @Value 獲取配置文件為 null 常見的幾種方式 第一種方式: xx.properties 屬性名稱錯誤,未與@Value("${xxx}") 進行對應 第二種方式: 該類未注入到spring bean容器中 ...